Conversation
* command-line-arguments.md: Tag the Command Prompt code blocks For some reason they were tagged as bash, which broke highlighting in at least one of them. * fixed typo (#220) in line 98 it's `C:\\path\\to\\icon.png` while in line 115 it was `C:\\path\\to\\icon` so I've added the missing `.png` * Add note about escaping characters with backslash (#230) Originally filed by Andrewery https://github.com/MicrosoftDocs/terminal/pull/134/files * Add icon example and folder location (#231) From #135 * Add icon example and folder location As originally submitted by @aloneguid in #135 * Remove code brackets for readability * Add spacing * Fix default value by escaping characters (#232) Original submission: https://github.com/MicrosoftDocs/terminal/pull/134/files * Add info about the command palette (#180) * Add info about the command palette 1. Add info about the command palette. 2. Typo fixes (e.g. "quick-start guide" instead of "quickstart") 3. Style fix, e.g. we don't have a keyboard key whose full name is "alt+shift+plus". * revert description Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com> * Add backslash escape note (#233) ...from PR #181 * Add a note about hiding dynamic profiles (#186) * Add a note about hiding dynamic profiles * Minor writing updates Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com> * Clarify adding profile in ssh tutorial. Fixes #183 (#193) * Clarify adding profile in ssh tutorial. Fixes: #183 * Remove from docs link * Add guid command for powershell (#234) migrated from PR https://github.com/MicrosoftDocs/terminal/pull/199/files * Change "i.e." to "e.g." (#207) This seems to be the intended meaning: There are Linux distributions that are not Ubuntu, but Ubuntu is an example of a Linux distribution for which the behavior is the given. * Old Ubuntu: Use up-to-date version of golang (#216) Currently, the install recommends using an out-of-date version of golang, which in turn causes issues while installing powerline-go. * Add startingDirectory example (#237) * Add startingDirectory example * Format startingDirectory entry * remove icon file type Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com> * Change icon description to example * Change false to true Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com> * Remove unnecessary sentence Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com> * Typo fixes Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com> * link fix Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com> * Capitalization fixes Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com> * shortcut fixes Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com> * page_title_updates_terminal (#243) * Add docs for `newWindow` action (#259) * refactor(powerline): update for oh-my-posh V3 (#263) * Improved title setting procedure on bash/Ubuntu so that it doesn't destroy `PS1` (#123) Improved title setting procedure on bash/Ubuntu so that it doesn't destroy `PS1` * Update powerline-setup.md (#240) * Update powerline-setup.md * Update powerline-setup.md * Update powerline-setup.md * fix typo * Merge release 1.7 into master (#264) Co-authored-by: Mike Griese <migrie@microsoft.com> Co-authored-by: Don-Vito <khvitaly@gmail.com> Co-authored-by: Samuel Bronson <naesten@gmail.com> Co-authored-by: LSC <schad.lucas@gmail.com> Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com> Co-authored-by: skycommand <jadangerbrooks@hotmail.com> Co-authored-by: Mike Griese <migrie@microsoft.com> Co-authored-by: Cameron Durham <cdurham@usc.edu> Co-authored-by: Søren Fuglede Jørgensen <github@fuglede.dk> Co-authored-by: Janne Mareike Koschinski <janne@kuschku.de> Co-authored-by: Meenal Patel <42360097+v-mepa@users.noreply.github.com> Co-authored-by: Jan De Dobbeleer <2492783+JanDeDobbeleer@users.noreply.github.com> Co-authored-by: Dakkaron <dak1st@gmx.at> Co-authored-by: Ibrahim Rouis <73853380+rouisibra@users.noreply.github.com> Co-authored-by: Don-Vito <khvitaly@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For some reason they were tagged as bash, which broke highlighting in at least one of them.
in line 98 it's
C:\\path\\to\\icon.pngwhile in line 115 it wasC:\\path\\to\\iconso I've added the missing.pngOriginally filed by Andrewery https://github.com/MicrosoftDocs/terminal/pull/134/files
From #135
As originally submitted by @aloneguid in #135
Remove code brackets for readability
Add spacing
Fix default value by escaping characters (Fix default value by escaping characters #232)
Original submission: https://github.com/MicrosoftDocs/terminal/pull/134/files
Add info about the command palette (Add info about the command palette #180)
Add info about the command palette
Co-authored-by: Matt Wojciakowski mattwoj@microsoft.com
...from PR #181
Add a note about hiding dynamic profiles (Add a note about hiding dynamic profiles #186)
Add a note about hiding dynamic profiles
Minor writing updates
Co-authored-by: Matt Wojciakowski mattwoj@microsoft.com
Clarify adding profile in ssh tutorial. Fixes Callout how and where to add new profile in ssh tutorial #183 (Clarify adding profile in ssh tutorial. Fixes #183 #193)
Clarify adding profile in ssh tutorial. Fixes: Callout how and where to add new profile in ssh tutorial #183
Remove from docs link
Add guid command for powershell (Add guid command for powershell #234)
migrated from PR https://github.com/MicrosoftDocs/terminal/pull/199/files
This seems to be the intended meaning: There are Linux distributions that are not Ubuntu, but Ubuntu is an example of a Linux distribution for which the behavior is the given.
Currently, the install recommends using an out-of-date version of golang, which in turn causes issues while installing powerline-go.
Add startingDirectory example (Add startingDirectory example #237)
Add startingDirectory example
Format startingDirectory entry
remove icon file type
Co-authored-by: Kayla Cinnamon cinnamon@microsoft.com
Change icon description to example
Change false to true
Co-authored-by: Kayla Cinnamon cinnamon@microsoft.com
Co-authored-by: Kayla Cinnamon cinnamon@microsoft.com
Co-authored-by: Kayla Cinnamon cinnamon@microsoft.com
Co-authored-by: Kayla Cinnamon cinnamon@microsoft.com
Co-authored-by: Kayla Cinnamon cinnamon@microsoft.com
Co-authored-by: Kayla Cinnamon cinnamon@microsoft.com
page_title_updates_terminal (SEO: Page_title_updates #243)
Add docs for
newWindowaction (Add docs fornewWindowaction #259)refactor(powerline): update for oh-my-posh V3 (refactor(powerline): update for oh-my-posh V3 #263)
Improved title setting procedure on bash/Ubuntu so that it doesn't destroy
PS1(Improved title setting procedure on bash/Ubuntu so that it doesn't destroyPS1#123)Improved title setting procedure on bash/Ubuntu so that it doesn't destroy
PS1Update powerline-setup.md (Update powerline-setup.md #240)
Update powerline-setup.md
Update powerline-setup.md
Update powerline-setup.md
fix typo
Merge release 1.7 into master (Merge release 1.7 into master #264)
Co-authored-by: Mike Griese migrie@microsoft.com
Co-authored-by: Don-Vito khvitaly@gmail.com
Co-authored-by: Samuel Bronson naesten@gmail.com
Co-authored-by: LSC schad.lucas@gmail.com
Co-authored-by: Matt Wojciakowski mattwoj@microsoft.com
Co-authored-by: skycommand jadangerbrooks@hotmail.com
Co-authored-by: Mike Griese migrie@microsoft.com
Co-authored-by: Cameron Durham cdurham@usc.edu
Co-authored-by: Søren Fuglede Jørgensen github@fuglede.dk
Co-authored-by: Janne Mareike Koschinski janne@kuschku.de
Co-authored-by: Meenal Patel 42360097+v-mepa@users.noreply.github.com
Co-authored-by: Jan De Dobbeleer 2492783+JanDeDobbeleer@users.noreply.github.com
Co-authored-by: Dakkaron dak1st@gmx.at
Co-authored-by: Ibrahim Rouis 73853380+rouisibra@users.noreply.github.com
Co-authored-by: Don-Vito khvitaly@gmail.com